Be more forgiving about child properties
authorMatthias Clasen <mclasen@redhat.com>
Sat, 3 Aug 2013 06:51:40 +0000 (08:51 +0200)
committerMatthias Clasen <mclasen@redhat.com>
Sat, 3 Aug 2013 07:04:47 +0000 (09:04 +0200)
commite6a8848d0cb85e4030a72c638c86a10956761935
tree3bad779e5a84f43257a4b6b895d35a6af5bd5252
parente63bfabb0783954bcd11bd71ec62d0982ce8bcf4
Be more forgiving about child properties

Packing properties in ui files are parsed and handled by
the container, which assumes that the child is a direct
descendant. For internal children, this is inconvenient,
because we don't want to reconstruct the entire internal
structure between the container and the child in the ui
file.

It would be best to not specify packing properties
in that case, but since existing ui files do this for
GtkInfoBar and we are about to change the internal
structure of GtkInfoBar, be more forgiving here.
gtk/gtkcontainer.c